projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d460af1
)
(describe-function): Add blank line above doc string.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Mar 1993 03:40:35 +0000
(
03:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Mar 1993 03:40:35 +0000
(
03:40
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 5cf31dfeb7809b50a44793fe526b847709c0c9e9..a067e23e0f66cf8acd8ab8bf470d614fb1a8d4eb 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-304,7
+304,8
@@
C-w print information on absence of warranty for GNU Emacs."
(t "")))
(terpri)
(if (documentation function)
- (princ (documentation function))
+ (progn (terpri)
+ (princ (documentation function)))
(princ "not documented"))
(cond ((byte-code-function-p def)
(save-excursion